Fix the meson build
authorMatthias Clasen <mclasen@redhat.com>
Sat, 12 Aug 2017 23:06:00 +0000 (19:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Aug 2017 23:06:00 +0000 (19:06 -0400)
gtk/meson.build

index 393a5cd20b2ae6865de61a1af5505a409bbafc59..6bc4c3e411b185091b70465c3e8a08bf84d52bd1 100644 (file)
@@ -141,6 +141,7 @@ gtk_public_sources = files([
   'gtkdragsource.c',
   'gtkdrawingarea.c',
   'gtkeditable.c',
+  'gtkemojichooser.c',
   'gtkentry.c',
   'gtkentrybuffer.c',
   'gtkentrycompletion.c',
@@ -845,6 +846,7 @@ endif
 gtk_settings_schemas = [
   'org.gtk.Settings.FileChooser.gschema.xml',
   'org.gtk.Settings.ColorChooser.gschema.xml',
+  'org.gtk.Settings.EmojiChooser.gschema.xml',
   'org.gtk.Settings.Debug.gschema.xml',
 ]
 install_data(gtk_settings_schemas, install_dir: gtk_schemasdir)